isPropertyReadable

abstract fun isPropertyReadable(property: String): Boolean

Check if a property with a given name is readable.

Return

whether the property is readable or not. Will return false for unknown properties.

Parameters

property

the name of the property whose type should be queried.